program exit meaning in English
程序出口
Examples
- Destructors are also called when the program exits
程序退出时也会调用析构函数。 - The result of the query is displayed and the program exits
显示了查询结果并退出程序。 - Option is followed by more than one argument , an error message is generated and the program exits
选项后有多个参数,将生成错误消息并退出程序。 - Causes the program to continue until it encounters a breakpoint , the program exits , or an event causes the program to stop for example , an unhandled exception
让程序继续执行,直至遇到断点、程序退出代码或导致程序停止的事件(例如,未处理的异常) 。